home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / Anwender / Grafik / PPT / rexx / README < prev    next >
Text File  |  1997-12-08  |  681b  |  25 lines

  1.  
  2. This directory contains AREXX scripts to be used with PPT.
  3.  
  4. Here's a short description on each of the AREXX scripts:
  5.  
  6. components.prx: Separates each component of an RGB image to its own
  7.     frame.
  8.  
  9. pixelize.prx: Makes the image look blocky.
  10.  
  11. askreq.prx: A simple script showing the power of the ASKREQ REXX
  12.     command.
  13.  
  14. empty.prx: A skeleton, which you can use to build your own rexx scripts.
  15.  
  16. dropshadow.prx: Makes an image have 'drop shadows'.  Based on a
  17.     request by Peter Bornhall.
  18.  
  19. AntiqueTint.prx : Shows the use of the ColorMix effect, making the
  20.     image have an antique tint.
  21.  
  22. InvertAlpha.prx : Inverts the alpha channel of an image.  Requested by
  23.     Brian Jones.
  24.  
  25.